Results 1 - 4 of 4
lua-TestMore is a port of the Perl5 module Test::More.
Platform: OS Independent; License: MIT/X Consortium License
Reference: https://luaforge.net/projects/testmore/
LuaUnit is a unit testing framework modeled after Python unit testing framework.
Platform: OS Independent; License: Public Domain
Reference: https://phil.freehackers.org/programs/luaunit/
lunit is a unit testing framework for Lua, written in lua. It provides currently 27 assert functions, 8 type checking functions and a few miscellaneous functions for usage as an easy unit testing framework.
Platform: OS Independent; License: MIT License
Reference: http://www.nessie.de/mroth/lunit/
Shake is a simple test engine for Lua that assumes that tests only use assert() and print() calls. If you are looking for something similar to JUnit, check lunit and luaunit instead. Shake depends on Leg and LPeg.
Platform: Cross-platform; License: MIT/X Consortium License
Reference: https://luaforge.net/projects/shake/